IRespository<T> Interface

MNG Profiler

MNG.Direct Documentation
Members 


IRespository<T> Interface
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Interface IRespository(Of T As Class) 
'Usage
 
Dim instance As IRespository(Of T)
[DefaultMember("Item")]
public interface IRespository<T> 
where T: class
[DefaultMember("Item")]
generic<typename T>
public interface class IRespository 
where T: ref class
Type Parameters
T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also